/*	Yahoo! CSS Reset (YUI 3)
	http://developer.yahoo.com/yui/license.html
	version: 3.2.0
*/
html		   { color: #000; background: #fff; }
article,
aside,
blockquote,
body,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul					{ margin: 0; padding: 0; }
a:active,
input	 			{ outline: none; }
abbr,
acronym				{ border: 0; font-variant: normal; }
address,
button 				{ border: 0; background: transparent; cursor: pointer; margin: 0; padding: 0; overflow: visible; width: auto; }
button,
caption,
caption,
cite,
code,
dfn,
fieldset,
h1,
h2,
h3,
h4,
h5					{ font-size: 100%; font-weight: normal; }
img					{ border: 0;}
input,
input,
legend		 		{ color: #000 }
header li,
footer li,
.header li,
.footer li,
.bct li,
aside li,				
.bread-crumb li		{ list-style: none; }
select		 		{ *font-size: 100%; vertical-align: middle; }
select		 		{ font-family: inherit; font-size: inherit; font-weight: inherit; }
sub					{ vertical-align: text-bottom; }
sup					{ vertical-align: text-top; }
table				{ border-collapse: collapse; border-spacing: 0; }
textarea,
th					{ font-style: normal; font-weight: normal; }
th					{ text-align: left; }

/* HTML5 block level elements
--------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section				{ display: block; }

/* Mozila button reset
--------------------------------------- */
.bu::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: none; }

/* Typography (File used for typography - general styles)
--------------------------------------- */
/*
@font-face {
	font-family: 'RobotoCondensed';
	src: url('../Fonts/RobotoCondensed-Regular.eot');
	src: url('../Fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Regular.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Regular.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Italic';
	src: url('../Fonts/RobotoCondensed-Italic.eot');
	src: url('../Fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Italic.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Italic.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Light';
	src: url('../Fonts/RobotoCondensed-Light.eot');
	src: url('../Fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Light.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Light.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('../Fonts/RobotoCondensed-Bold.eot');
	src: url('../Fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), 
		 url('../Fonts/RobotoCondensed-Bold.woff') format('woff'), 
		 url('../Fonts/RobotoCondensed-Bold.ttf') format('truetype'), 
		 url('../Fonts/RobotoCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-LightItalic';
    src: url('../Fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('../Fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

html {
	color: #606061;
	font: 16px/20px 'Roboto Condensed',Sans-Serif;
}
body {
	min-height: 100%;
	margin: 0;
	padding: 0px;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 20px;
	background: #fff;
	color: #606061;
}

#website .h1,
#website h1,
#website h1 span,
#website h1 a {
	font-size: 50px;
	line-height: 55px;
	color: #606061;
}
#website h1 { 
	margin-bottom: 10px;
	font-weight: normal;
}
#website .h2,
#website h2,
#website h2 span,
#website h2 a {
	font-size: 40px;
	line-height: 45px;
	color: #606061;
}
#website h2 { 
	margin-bottom: 37px;
	font-weight: normal; 
}
#website .h3,
#website h3,
#website h3 span,
#website h3 a {
	font-size: 30px;
	line-height: 36px;
	color: #606061;
}
#website h3 { 
	margin-bottom: 19px;
	font-weight: normal; 
}
#website .h4,
#website h4,
#website h4 span,
#website h4 a {
	font-size: 26px;
	line-height: 34px;
	color: #606061;
}
#website h4 { 
	margin-bottom: 37px;
	font-weight: normal;
}
#website .h5,
#website h5,
#website h5 span,
#website h5 a {
	font-size: 22px;
	line-height: 28px;
	color: #606061;
}
#website h5 { 
	margin-bottom: 4px;
	font-weight: normal;
}
#website .h6,
#website h6,
#website h6 span,
#website h6 a {
	font-size: 18px;
	line-height: 26px;
	color: #606061;
}
#website .h1,
#website .h2,
#website .h3,
#website .h4,
#website .h5,
#website .h6 {
	display: block;
	font-weight: normal;
}
#website p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 26px;
	font-family: 'Roboto Condensed';
        font-weight:300;
}
#website a {
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	color: #0093c0;
	-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#website a.link-with-arrow {
	padding-right: 20px;
	margin-right: 5px;
	background: url("../Images/small-blue-arrow.png") no-repeat right 8px;
}
#website a:hover {
	text-decoration: underline;
}
#website .ff-rcr {
	font-family: 'RobotoCondensed';
}
#website .ff-rci {
	font-family: 'RobotoCondensed-Italic';
}
#website .ff-rcl {
	font-family: 'RobotoCondensed-Light';
}
#website .ff-rcb {
	font-family: 'RobotoCondensed-Bold';
}
#website .ff-rcli {
	font-family: 'RobotoCondensed-LightItalic';
}
#website .ff-rcbi {
	font-family: 'RobotoCondensed-BoldItalic';
}
#website span {
	font-size: 14px;
	line-height: 16px;
}
#website .blue-text {
	color: #0093c0 !important;
}
#website .margin-bbig {
	margin-bottom: 44px;
}

/*UL OL*/
#website .article ul.list {
	margin-bottom: 15px;		
}
#website .ce-textpic ul.list {
    margin: 50px 0 56px;
}
#website .article ul.list > li {
    font-size: 20px;
    line-height: 45px;
    font-family: 'RobotoCondensed-Light';
    display: block;
    color: #606061;
    background: url(../Images/list-image-big.png) no-repeat 2px 18px;
    padding-left: 29px;
    margin-left: 102px;
}
#website .article ol.order-list {
	margin-left: 19px;
	margin-bottom: 15px;
}
#website .article ol.order-list > li {
    font-size: 20px;
    line-height: 45px;
    font-family: 'RobotoCondensed-Light';
    color: #606061;
    padding-left: 15px;
}
#website .article .list > li > .list,
#website .article .order-list > li > .order-list,
#website .article .list > li > .order-list,
#website .article .order-list > li > .list {
	margin-bottom: 0px;
    margin-top: 0px;
}

/* Table */
#website table th,
#website .article table th {
	color: #606061;
	font-family: 'RobotoCondensed-Bold';
    font-size: 22px;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#website table td,
#website .article table td {
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: 'RobotoCondensed-Light';
    color: #606061;
}

/* Sitemap */
#website .article .sitemap ul > li {
	font-size: 20px;
    line-height: 45px;
    display: block;
    color: #606061;
    background: url(../Images/plus-icon.png) no-repeat 1px 19px;
    padding-left: 29px;
     font-family: 'RobotoCondensed';
}
#website .article .sitemap ul > li.open {
	background-image: url(../Images/smaller-line.png);
	background-position: 1px 22px;
}
#website .article .sitemap ul > li ul > li {
	font-size: 18px;
    line-height: 30px;
    background-position: 1px 11px;
    margin-left: 2px;
}
#website .article .sitemap ul > li ul {
	margin-top: 15px;
}
#website .article .sitemap ul > li ul ul {
	margin-top: 17px;
	margin-bottom: 15px;
}
#website .article .sitemap ul > li ul > li.open {
    background-position: 1px 15px;
}
#website .article .sitemap ul > li > ul > li > ul > li {
    font-family: 'RobotoCondensed-Light';
    background: transparent !important;
    padding: 0px;
    margin-left: 6px;
}


/* ADDITIONAL RESET */
sup {
    vertical-align: baseline !important;
}
.btn.active {
    box-shadow:none !important;
    -webkit-box-shadow: none !important;
}

/* STYLINGS */
body {
    position:relative;
}

h2 {
    font-size:30px !important;
    line-height:130% !important;
    margin-bottom:25px !important;
}

h3 {
    font-size:22px !important;
    line-height: 130% !important;
}

h3 > span {
    margin-bottom: 19px;
font-weight: normal;
font-size: 22px !important;
line-height: 130% !important;

}

.content-wrap > h3 {
    margin-top:10px;
}

input[type="text"], select {
    height: 46px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px 10px 8px 10px;
    line-height: 28px;
    font-size: 16px;
    width: 100%;
    color: #3a3a3a;
}
.form-container a {
    font-weight:700;
    font-family: 'Roboto Condensed';
}
label {
    max-width: 90%;
    font-size:18px;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'Roboto Condensed';
    font-weight:500;
    margin-bottom: 15px;

}
.form-container label:last-of-type {
    margin-bottom:18px;
}
.form-container input[type="checkbox"]:first-of-type {
    margin-top:8px;
}
/* Utility Classes */
.btn {
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #fe0009;
    border: none;
    color: white !important;
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    font-weight:300;
    text-transform: uppercase;
    width:auto;
}
.btn::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url("../Images/white-arrow-big.png") no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.btn:hover:after {
    right:22px;
}

button[type="submit"] {
    color: white !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #fe0009;
    border:1px solid #fe0009;
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    min-width:100%;
    font-weight:300;
}
button[type="submit"]::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url("../Images/white-arrow-big.png") no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
button[type="submit"]:hover:after {
    right: 22px;
    text-decoration:none;
}
.gray {
    background-color:#f9f9f9;
    position:relative;
    width:100%;
}
.triangle {
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #f9f9f9 transparent transparent transparent;
    margin-bottom:25px;
}

.first.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -38px;
    left: 305px;
    display:none;
}

.second.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 103px;
    left: 508px;
    display: none;
    z-index:1071;
}

.triangle.white {
    border-color: white transparent;
}
.horziontal-line {
    z-index: 0;
    position: absolute;
    border-bottom: 1px solid red;
    width: 750px;
    top: 90px;
    left: 269px;
}
.icon {
    width: 180px;
    height: 180px;
    background-color: #f9f9f9;
    border-radius: 90px;
    padding-top: 34px;
    text-align: center;
    margin: 0px auto 30px;
}
.icon > img {
    border-radius:90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    width:180px;
}
.abbinder {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: 'Roboto Condensed';
    position:relative;
    font-weight:300;
}
.kv-icon {
    width: 60px;
    border-radius: 30px;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 18px 21px;
    position: absolute;
    top: 30%;
    font-size: 28px;
}
.kv-icon.first {
    top:40%;
}
.kv-icon.left {
    left: 10px; 
}
.kv-icon.right {
    right:10px;
    top:28%;
}
.info-tooltip.mobile {
    display:none;
}
#website .info-icon {
    position:relative;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight:inherit;
    cursor:help;
    color:#fe0009;
}
/*.info-icon:after {
    border: 1px solid gray;
    content: '*';
    width: 17px;
    height: 17px;
    top: -2px;
    display: inline-block;
    position: absolute;
    background-color: white;
    border-radius: 12px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 4px;
    pointer-events: auto; 
}
.first .info-icon:after {
    padding-left:0px !important;
}*/
.info-tooltip.first  {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border:1px solid #c2c2c2;
    display: none;
    top: -120px;
    left:81px;  
    padding:20px;
    font-size:18px;
}
.info-tooltip.second {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border: 1px solid #c2c2c2;
    display: none;
    top: 15px;
    left: 389px;
    padding: 20px;
    font-size: 18px;
    z-index: 1070;
}

.info-tooltip p {
    font-size:16px !important;
    margin-bottom:0px !important;
}
.content-wrap {
    padding-bottom:50px;
}
.content-wrap.left {padding-left:40px;}
.content-wrap.right {padding-right:40px;}
.content-wrap.first {
    padding-top:50px;
}

.spacer-5 {margin-top:5px;}
.spacer-10{margin-top:10px;}
.spacer-20{margin-top:20px;}
.spacer-30{margin-top:30px;}
.spacer-40{margin-top:40px;}
.spacer-50{margin-top:50px;}
.spacer-60{margin-top:60px;}
.spacer-70{margin-top:70px;}
.spacer-80{margin-top:80px;}
.pad-lr-60 {padding-left:60px; padding-right:60px;}
.pad-lr-150{padding-left: 150px;padding-right: 150px;}
/* STRUCTURE */
.container-fluid {
    background-color:#fff;
}

#header {
    height:90px;
}
#header .logo {
    padding-top: 20px;
    padding-bottom: 25px;
}
#header .claim {
    font-size: 18px;
    margin-top: 33px;
    color: #606061;
    font-family:'Roboto Condensed Light';
    font-weight:300;
}
#header .claim span:last-of-type {
    margin-left:45px;
}
.banner {
    position:relative;
    padding:25px 0px 0px;
    background-image:url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
    background-size:100%;
}
.banner .text-content {
    padding-left:15px;
    margin-top:90px;
}
.banner .text-content > h1 {
    /*color:#fe0009 !important;*/
}
.banner .btn-wrapper {
   /* position:absolute;
    bottom:25px;
    right:50px; */
}
.banner-wrap {
    background-image:url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
}
.banner p {
    font-size:22px !important;
}
.nopad-left {
    padding-left:0px !important
}
.nopad-r {
    padding-right:0px !important
}

.footer-bottom {
    position:relative;
    bottom:0px;
    background: #3e4144;
    padding: 50px 0px 24px;
    min-height: 20px;
    text-align: center;
    width:100%;
}

.footer-bottom ul {
    list-style: none;
}

.footer-bottom li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.footer-bottom li a {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 20px;
}
.footer-bottom li a:hover {
    color:#fff!important;
    text-decoration:none !important;
}
.footer-bottom .copyright {
    font-family: 'Roboto Condensed';
    color: #cccccc;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight:300;
}
.dsktop-fix {
    display:none;
}
    .mob-fix {
        display:none;
    }
@media screen and (min-width:1551px) {
    .mobile {
        display:none !important;
    }
    #nav-container, #vid-container {
        height:1px;
    }
    .info-icon .second {
        margin-left:50px;
    }
    .dsktop-fix {
        display:inline;
    }
    .mob-fix {
        display:none;
    }
}
@media screen and (max-width:1550px) and (min-width:1199px) {
    .desktop {
        display:none !important;
    }
    .dsktop-fix {
        display:inline;
    }
    .mobile {
        display:inline-block;
        opacity:0;
    }
    #nav-container {
        display:inline-block;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
    }
    .video-nav.mobile {
        padding-bottom:25px;
    }
    .form-container {
        left:29.5%;
        width:95%;
    }
    .overlay {
        background-color:rgba(0,0,0,0.9);
    }

}
@media screen and (max-width:1199px) {
    .desktop {
        display:none !important;
    }
    .mobile {
        display:block;
    }
    .content-wrap:nth-of-type(odd) {
        padding-bottom:0px;
    }
    .content-wrap:last-of-type {
        padding-bottom:45px;
    }
    #nav-container {
        display:block;
        padding-right:0px;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
        padding-left:0px;
    }
    
    .overlay {
        background-color:rgba(0,0,0,0.9);
    }
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .first .info-tooltip {
        left: 48px;
    }
    .mob-fix {
        display:inline;
    }
    .first .tooltip-triangle {
        left: 280px;
    }
    .content-wrap > .info-tooltip {
        left: 261px;
        top:39px;
    }
    .content-wrap > .tooltip-triangle {
        left: 378px;
        top:127px;
    }
    .banner, .banner-wrap {
        height: 400px;
    }
    .text-content {
        margin-top:50px !important;
    }
    .kv-icon.first {
        top: 47%;
    }
    .kv-icon.right {
        top:25%;
    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .banner, .banner-wrap {
        height:320px;
    }
    .text-content {
        margin-top:10px !important;
    }
    .first .info-icon:after {
        top: 31px;
        left: -56px;
    }
    .first .tooltip-triangle {
        top: -4px;
        left: 127px;
    }
    .first .info-tooltip {
        top: -86px;
        left: -50px;
    }
    .tooltip-triangle .second {
        left: 108px;
    }
    .kv-icon {
        display:none;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .content-wrap.first {
        padding-top:0px;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
}
@media screen and (max-width:767px) {
    .tooltip-triangle .second {
        left: 108px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .kv-icon {
        display:none;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
}
@media screen and (min-width:655px) and (max-width:767px) {
    .container {
        width:640px;
    }
    .banner {
        height:300px;
        background-size: 125%;
        background-position: 120px;

    }
    .banner .btn-wrapper {
        position: relative;
        
    }
    .banner-wrap {
    background-image: url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
    background-repeat: no-repeat;
    height: 515px;
    background-size: cover;
    }
    .banner .text-content {
        padding-left: 15px;
        margin-top: 279px;
    }

}
@media screen and (min-width:414px) and (max-width:654px) {
    .container {
        width:400px;
    }
    .banner {
        height:192px;
    }
}
@media screen and (max-width:654px) {
    .form-container {
        margin:15px;
        width:95%;
        left:0;
    }
    .banner .btn-wrapper {
        position: relative;
    }
    .text-content {
        margin-top: 181px !important;
    }
    .banner {
        height: 270px;
        position: relative;
        padding: 25px 0px 0px;
        background-image: url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: 20px 0px;
    }
    .banner-wrap {
        height:480px;
        background-size: cover;
    }
    .container {
        min-width:320px;
    }
    .info-tooltip.mobile  {
        position: fixed;
        display:none;
        width: 280px;
        height: auto;
        background-color: white;
        border:1px solid #c2c2c2;
        padding:20px;
        font-size:18px;
        top:20%;
        margin-top:-49px;
        left:50%;
        margin-left:-140px;
        z-index:12;
    }
    .overlay {
        background-color:rgba(0,0,0,0.7);
        top:0;
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        z-index:11;
    }
    .close-x {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 20px;
        height: 20px;
        text-align: right;
        cursor: pointer;
    }
}
@media screen and (max-width:350px) {
    .banner-wrap {
        height:520px !important;
        background-size: cover;
    }
}
/*****
***PRE HTML STYLES*****
*****/
            svg {
                width:60%;
                margin-top:15px;
            }
            .icon {
                border:1px solid #606061;
            }
            .carousel-control.right, .carousel-control.left {
                background-image:none;
            }
            .carousel-control.right {
                right:-15px; 
            }
            .carousel-control.right > span {
                background-image:url(http://www.item24.de/typo3conf/ext/typo3sz_assets/Resources/Public/Images/Svg/item_arrow.svg);
                display:block;
                width:25px;
                height:25px;
            }
            .carousel-control.left {
                left:-15px;
            }
            .carousel-control {
                width:3%!important;
            }
            .carousel-indicators {
                display:none !important;
            }
            .black {
                background-color:#606061;
                color:#cccccc !important;
            }
            .black h3, .black h3 span {
                color:#ccc !important;
            }
            .item {
                    padding: 0 15px;
            }
            .item .content-wrap.left {
                    padding-left: 25px !important;
            }
            @media all and (max-width:991px) {
                .item .content-wrap.left {
                    padding-left: 15px !important;
                }
            }
            .banner {
                
                background-image:url('img/item-engineeringtool-konstrukteur-lp-header-freigestellt.png');
                background-size:41%;
                background-position-x:right;
                    background-position-y: bottom;
            }
            .banner-wrap {
                background-image:url('img/item-engineeringtool-konstruktion-lp-header.png');
                background-size:36%;
                height:auto;
                background-position-x:65%;
            }
            
            
/* ADDITIONAL RESET */
sup {
    vertical-align: baseline !important;
}
.btn.active {
    box-shadow:none !important;
    -webkit-box-shadow: none !important;
}

/* STYLINGS */
body {
    position:relative;
}

h2 {
    font-size:30px !important;
    line-height:130% !important;
    margin-bottom:25px !important;
}

h3 {
    font-size:22px !important;
    line-height: 130% !important;
}

h3 > span {
    margin-bottom: 19px;
    font-weight: normal;
    font-size: 22px !important;
    line-height: 130% !important;

}

.content-wrap > h3 {
    margin-top:10px;
}

input[type="text"], select {
    height: 46px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    padding: 8px 10px 8px 10px;
    line-height: 28px;
    font-size: 16px;
    width: 100%;
    color: #3a3a3a;
}
.form-container a {
    font-weight:700;
    font-family: 'Roboto Condensed';
}
label {
    max-width: 90%;
    font-size:18px;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'Roboto Condensed';
    font-weight:500;
    margin-bottom: 15px;

}
.form-container label:last-of-type {
    margin-bottom:18px;
}
.form-container input[type="checkbox"]:first-of-type {
    margin-top:8px;
}
/* Utility Classes */
/*** CTAs ***/
.btn {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 68px 16px 38px;
    letter-spacing: 0.524px;
    color: #FFFFFF!important;
    background-color: #0582A8;
    border: 0 none;
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%,#046785 100%);
    background: linear-gradient(to bottom, #0582A8 0%,#046785 100%);
}
.btn:hover {
    opacity: 0.8;
    text-decoration: none!important;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 16px;
    height: 100%;
    background: url(http://media.item24.com/Eloqua/Landingpages/global/elq-template-2/img/white-arrow-big.png) no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn:hover:after {
    right:22px;
    text-decoration: none;
}
/*no form here?!*/
button[type="submit"] {
    color: white !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    background-color: #fe0009;
    border:1px solid #fe0009;
    padding: 16px 67px 16px 37px;
    letter-spacing: 0.524px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    min-width:100%;
    font-weight:300;
}
button[type="submit"]::after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 26px;
    width: 15px;
    height: 100%;
    background: url("../Images/white-arrow-big.png") no-repeat center right;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
button[type="submit"]:hover:after {
    right: 22px;
    text-decoration:none;
}
.gray {
    background-color:#f9f9f9;
    position:relative;
    width:100%;
}
.triangle {
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #f9f9f9 transparent transparent transparent;
    margin-bottom:25px;
}

.first.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -38px;
    left: 305px;
    display:none;
}

.second.tooltip-triangle {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 103px;
    left: 508px;
    display: none;
    z-index:1071;
}

.triangle.white {
    border-color: white transparent;
}
.horziontal-line {
    z-index: 0;
    position: absolute;
    border-bottom: 1px solid red;
    width: 750px;
    top: 90px;
    left: 269px;
}
.icon {
    width: 180px;
    height: 180px;
    background-color: #f9f9f9;
    border-radius: 90px;
    padding-top: 34px;
    text-align: center;
    margin: 0px auto 30px;
}
.icon > img {
    border-radius:90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    width:180px;
}
.abbinder {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 26px;
    font-family: 'Roboto Condensed';
    position:relative;
    font-weight:300;
}
.kv-icon {
    width: 60px;
    border-radius: 30px;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 18px 21px;
    position: absolute;
    top: 30%;
    font-size: 28px;
}
.kv-icon.first {
    top:40%;
}
.kv-icon.left {
    left: 10px;
}
.kv-icon.right {
    right:10px;
    top:28%;
}
.info-tooltip.mobile {
    display:none;
}
#website .info-icon {
    position:relative;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight:inherit;
    cursor:help;
    color:#0582A8;
}
/*.info-icon:after {
    border: 1px solid gray;
    content: '*';
    width: 17px;
    height: 17px;
    top: -2px;
    display: inline-block;
    position: absolute;
    background-color: white;
    border-radius: 12px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 4px;
    pointer-events: auto;
}
.first .info-icon:after {
    padding-left:0px !important;
}*/
.info-tooltip.first  {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border:1px solid #c2c2c2;
    display: none;
    top: -120px;
    left:81px;
    padding:20px;
    font-size:18px;
}
.info-tooltip.second {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: white;
    border: 1px solid #c2c2c2;
    display: none;
    top: 15px;
    left: 389px;
    padding: 20px;
    font-size: 18px;
    z-index: 1070;
}

.info-tooltip p {
    font-size:16px !important;
    margin-bottom:0px !important;
}
.content-wrap {
    padding-bottom:70px;
}
.content-wrap.left {padding-left:40px;}
.content-wrap.right {padding-right:40px;}
.content-wrap.first {
    padding-top:50px;
}

.spacer-5 {margin-top:5px;}
.spacer-10{margin-top:10px;}
.spacer-20{margin-top:20px;}
.spacer-30{margin-top:30px;}
.spacer-40{margin-top:40px;}
.spacer-50{margin-top:50px;}
.spacer-60{margin-top:60px;}
.spacer-70{margin-top:70px;}
.spacer-80{margin-top:80px;}
.pad-lr-60 {padding-left:60px; padding-right:60px;}
.pad-lr-150{padding-left: 150px;padding-right: 150px;}
/* STRUCTURE */
.container-fluid {
    background-color:#fff;
}

#header {
    height:90px;
}
#header .logo {
    padding-top: 20px;
    padding-bottom: 25px;
}
#header .claim {
    font-size: 18px;
    margin-top: 33px;
    color: #606061;
    font-family:'Roboto Condensed';
    font-weight:300;
}
#header .claim span:last-of-type {
    margin-left:45px;
}
.banner {
    position:relative;
    padding:25px 0px 0px;
    background-image:url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
    background-size:100%;
}
.banner .text-content {
    padding-left:15px;
    margin-top:90px;
}
.banner .text-content > h1 {
    /*color:#fe0009 !important;*/
}
.banner .btn-wrapper {
    /* position:absolute;
     bottom:25px;
     right:50px; */
}
.banner-wrap {
    background-image:url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
    background-repeat:no-repeat;
    height:450px;
}
.banner p {
    font-size:22px !important;
}
.nopad-left {
    padding-left:0px !important
}
.nopad-r {
    padding-right:0px !important
}

.footer-bottom {
    position:relative;
    bottom:0px;
    background: #3e4144;
    padding: 50px 0px 24px;
    min-height: 20px;
    text-align: center;
    width:100%;
}

.footer-bottom ul {
    list-style: none;
}

.footer-bottom li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.footer-bottom li a {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 20px;
}
.footer-bottom li a:hover {
    color:#fff!important;
    text-decoration:none !important;
}
.footer-bottom .copyright {
    font-family: 'Roboto Condensed';
    color: #cccccc;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight:300;
}
.dsktop-fix {
    display:none;
}
.mob-fix {
    display:none;
}
@media screen and (min-width:1551px) {
    .mobile {
        display:none !important;
    }
    #nav-container, #vid-container {
        height:1px;
    }
    .info-icon .second {
        margin-left:50px;
    }
    .dsktop-fix {
        display:inline;
    }
    .mob-fix {
        display:none;
    }
}
@media screen and (max-width:1550px) and (min-width:1199px) {
    .desktop {
        display:none !important;
    }
    .dsktop-fix {
        display:inline;
    }
    .mobile {
        display:inline-block;
        opacity:0;
    }
    #nav-container {
        display:inline-block;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
    }
    .video-nav.mobile {
        padding-bottom:25px;
    }
    .form-container {
        left:29.5%;
        width:95%;
    }
    .overlay {
        background-color:rgba(0,0,0,0.9);
    }

}
@media screen and (max-width:1199px) {
    .desktop {
        display:none !important;
    }
    .mobile {
        display:block;
    }
    .content-wrap:nth-of-type(odd) {
        padding-bottom:0px;
    }
    .content-wrap:last-of-type {
        padding-bottom:45px;
    }
    #nav-container {
        display:block;
        padding-right:0px;
    }
    #vid-container {
        opacity: 1;
        padding-bottom:30px;
        padding-left:0px;
    }

    .overlay {
        background-color:rgba(0,0,0,0.9);
    }
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .first .info-tooltip {
        left: 48px;
    }
    .mob-fix {
        display:inline;
    }
    .first .tooltip-triangle {
        left: 280px;
    }
    .content-wrap > .info-tooltip {
        left: 261px;
        top:39px;
    }
    .content-wrap > .tooltip-triangle {
        left: 378px;
        top:127px;
    }
    .banner, .banner-wrap {
        height: 400px;
    }
    .text-content {
        margin-top:50px !important;
    }
    .kv-icon.first {
        top: 47%;
    }
    .kv-icon.right {
        top:25%;
    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .banner, .banner-wrap {
        height:320px;
    }
    .text-content {
        margin-top:10px !important;
    }
    .first .info-icon:after {
        top: 31px;
        left: -56px;
    }
    .first .tooltip-triangle {
        top: -4px;
        left: 127px;
    }
    .first .info-tooltip {
        top: -86px;
        left: -50px;
    }
    .tooltip-triangle .second {
        left: 108px;
    }
    .kv-icon {
        display:none;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .content-wrap.first {
        padding-top:0px;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
}
@media screen and (max-width:767px) {
    .tooltip-triangle .second {
        left: 108px;
    }
    .content-wrap > a > img {
        float:none !important;
    }
    .content-wrap.right {
        padding-right:15px;
    }
    .content-wrap.left {
        padding-left:15px;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first {
        padding-top:0px !important;
    }
    .content-wrap.first.left {
        padding-top:50px !important;
    }
    .kv-icon {
        display:none;
    }
    .pad-lr-150 {
        padding-left:15px;
        padding-right:15px;
    }
}
@media screen and (min-width:655px) and (max-width:767px) {
    .container {
        width:640px;
    }
    .banner {
        height:300px;
        background-size: 125%;
        background-position: 120px;

    }
    .banner .btn-wrapper {
        position: relative;

    }
    .banner-wrap {
        background-image: url('../Images/item_machining_tool_lp_header_bg_1170x450px.png');
        background-repeat: no-repeat;
        height: 515px;
        background-size: cover;
    }
    .banner .text-content {
        padding-left: 15px;
        margin-top: 279px;
    }

}
@media screen and (min-width:414px) and (max-width:654px) {
    .container {
        width:400px;
    }
    .banner {
        height:192px;
    }
}
@media screen and (max-width:654px) {
    .form-container {
        margin:15px;
        width:95%;
        left:0;
    }
    .banner .btn-wrapper {
        position: relative;
    }
    .text-content {
        margin-top: 181px !important;
    }
    .banner {
        height: 270px;
        position: relative;
        padding: 25px 0px 0px;
        background-image: url('../Images/item_machining_tool_lp_key_visual_1170x450px.png');
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: 20px 0px;
    }
    .banner-wrap {
        height:480px;
        background-size: cover;
    }
    .container {
        min-width:320px;
    }
    .info-tooltip.mobile  {
        position: fixed;
        display:none;
        width: 280px;
        height: auto;
        background-color: white;
        border:1px solid #c2c2c2;
        padding:20px;
        font-size:18px;
        top:20%;
        margin-top:-49px;
        left:50%;
        margin-left:-140px;
        z-index:12;
    }
    .overlay {
        background-color:rgba(0,0,0,0.7);
        top:0;
        display:none;
        position:fixed;
        width:100%;
        height:100%;
        z-index:11;
    }
    .close-x {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 20px;
        height: 20px;
        text-align: right;
        cursor: pointer;
    }
}
@media screen and (max-width:350px) {
    .banner-wrap {
        height:520px !important;
        background-size: cover;
    }
}
/*
***
*/
#header .container .claim span:last-of-type{
    margin-left: 24px;
}
/*COLORS*/
/********************
***   PATTERNS    ***
********************/
.btn-pattern, .btn-main, .btn-main-right, #flightIn .cta-solo-wrap a.cta-invert-right, .btn-main-bottom, #flightIn .cta-solo-wrap a.cta-invert-down, .btn-main-up, .cta-scroll-top {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.625rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.524px;
  border: 0 none;
  cursor: pointer;
  text-align: center; }
  .btn-pattern:hover, .btn-main:hover, .btn-main-right:hover, #flightIn .cta-solo-wrap a.cta-invert-right:hover, .btn-main-bottom:hover, #flightIn .cta-solo-wrap a.cta-invert-down:hover, .btn-main-up:hover, .cta-scroll-top:hover {
    opacity: 0.8;
    text-decoration: none !important; }
  .btn-pattern::after, .btn-main::after, .btn-main-right::after, #flightIn .cta-solo-wrap a.cta-invert-right::after, .btn-main-bottom::after, #flightIn .cta-solo-wrap a.cta-invert-down::after, .btn-main-up::after, .cta-scroll-top::after {
    content: "";
    position: absolute;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

/**********************
***   COMPONENTS    ***
**********************/
.btn-main, .btn-main-right, #flightIn .cta-solo-wrap a.cta-invert-right, .btn-main-bottom, #flightIn .cta-solo-wrap a.cta-invert-down, .btn-main-up, .cta-scroll-top {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 64px 16px 38px; }
  .btn-main::after, .btn-main-right::after, #flightIn .cta-solo-wrap a.cta-invert-right::after, .btn-main-bottom::after, #flightIn .cta-solo-wrap a.cta-invert-down::after, .btn-main-up::after, .cta-scroll-top::after {
    top: 0px;
    right: 26px;
    width: 16px;
    height: 100%; }

.btn-main-right:hover::after, #flightIn .cta-solo-wrap a.cta-invert-right:hover::after {
  right: 1.375rem;
  text-decoration: none; }

.btn-main-bottom:hover::after, #flightIn .cta-solo-wrap a.cta-invert-down:hover::after {
  top: 5px;
  text-decoration: none; }

/**********************
***   ASSIGNMENT    ***
**********************/
#flightIn .cta-solo-wrap {
  margin-top: 0px; }
  #flightIn .cta-solo-wrap + .cta-solo-wrap {
    margin-top: 25px; }
  #flightIn .cta-solo-wrap a {
    width: 325px; }
  #flightIn .cta-solo-wrap a.cta-invert-right {
    background-color: transparent;
    color: white;
    border: 1px solid #cccccc; }
    #flightIn .cta-solo-wrap a.cta-invert-right::after {
      background: url(http://media.item24.com/Eloqua/Landingpages/EU/Lernfabrik/svg/Item_arrow_white.svg) no-repeat center right; }
  #flightIn .cta-solo-wrap a.cta-invert-down {
    background-color: transparent;
    color: white;
    border: 1px solid #cccccc; }
    #flightIn .cta-solo-wrap a.cta-invert-down::after {
      background: url(http://media.item24.com/Eloqua/Landingpages/EU/Lernfabrik/svg/Item_arrow_white.svg) no-repeat center right;
      transform: rotate(90deg); }

.btn-main-up:hover::after, .cta-scroll-top:hover::after {
  top: -5px; }

.blue-gradient, .cta-scroll-top {
  background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
  background: -webkit-linear-gradient(top, #0582A8 0%, #046785 100%);
  background: linear-gradient(to bottom, #0582A8 0%, #046785 100%); }

.cta-scroll-top {
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 30px; }
  .cta-scroll-top::hover {
    opacity: none; }
  .cta-scroll-top::after {
    background: url(http://media.item24.com/Eloqua/Landingpages/EU/Lernfabrik/svg/Item_arrow_white.svg) no-repeat center right;
    transform: rotate(270deg);
    right: 22px; }

/*

 */
#flightIn {
  background-color: #3e4144;
  color: #cccccc;
  padding-top: 45px;
  padding-bottom: 45px; }
  #flightIn h2 {
    color: #cccccc; }
  #flightIn p {
    margin-bottom: 0; }

/*

 */
#website .masthead.jumbo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9; }
  #website .masthead.jumbo:not(.only-xs) {
    background-color: #f9f9f9; }
  #website .masthead.jumbo .header h1 {
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 20px; }
  #website .masthead.jumbo .header h3 {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 300; }
#website .content-wrap h3 {
  margin-bottom: 12px; }
  #website .content-wrap h3 + p:last-child {
    margin-bottom: 0; }

@media (max-width: 654px) {
  #flightIn .container p {
    text-align: justify; } }
@media (max-width: 991px) {
  #website .masthead.jumbo.only-xs h1 {
    font-size: 30px; }
  #website .masthead.jumbo.only-xs h3 {
    font-size: 18px !important;
    line-height: 24px; }

  .my-masthead .content-wrap h3 {
    margin-top: 30px; }
  .my-masthead .content-wrap img {
    width: 100%; }

  #flightIn .row > div:first-child + div {
    text-align: center; }

  .container.usps h2.spacer-60 {
    margin-top: 20px; }

  .my-masthead.spacer-60.gray {
    margin-top: 20px; } }
@media (min-width: 992px) {
  #flightIn .row > div:first-child + div {
    text-align: right; }

  .masthead.jumbo .header {
    max-width: 500px; } }
@media (max-width: 1199px) {
  #flightIn .cta-solo-wrap {
    margin-top: 7%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .my-masthead .content-wrap h3 {
    margin-top: 0; } }
/*
IMAGE PADDING RESET
*/
#website .content-wrap.left {
  padding-left: 15px; }
#website .content-wrap.right {
  padding-right: 15px; }
#website .content-wrap > h3 {
  margin-top: 40px; }

@media (max-width: 1199px) {
  #website .content-wrap > h3 {
    margin-top: 20px; } }
@media (max-width: 991px) {
  #website .content-wrap > h3 {
    margin-top: 30px; } }
/*
*** JUMBOTRON IMAGE POSITIONING ***
 */
#website .masthead.jumbo:not(.only-xs) {
  position: relative;
  background: url(http://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7Bc06d5d3c-3138-43ff-9b9c-bdd7659ebbf1%7D_item_lp_engineeringtool_kvp_header_bg_1905x450px.png) repeat left;
  padding-top: 35px;
  padding-bottom: 60px;
  max-height: 450px;
  min-height: 450px; }
  #website .masthead.jumbo:not(.only-xs) .dynamic-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7Bf9fd0170-19c0-4049-b8b6-445289c57876%7D_item_lp_engineeringtool_kvp_header_key_visual_1170x450px.png) no-repeat center;
    height: 100%;
    width: 100%; }

@media (max-width: 1024px) {
  #website .masthead.jumbo:not(.only-xs) .dynamic-bg {
    background: url(http://img.en25.com/EloquaImages/clients/itemIndustrietechnikGmbH/%7B14d0d352-e732-4009-998b-0f46e1187321%7D_item_lp_engineeringtool_kvp_header_persona_freigestellt_300x450px.png) no-repeat center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #website .masthead.jumbo:not(.only-xs) .dynamic-bg {
    background-position: 100%; } }
@media (max-width: 991px) {
  #website .masthead.jumbo:not(.only-xs) {
    min-height: 400px;
    max-height: 400px; }
    #website .masthead.jumbo:not(.only-xs) .dynamic-bg {
      top: 0; } }
/*
 *** SVGs
 */
#website .img-row .icon {
  padding-top: 30px;
  padding-bottom: 30px; }
  #website .img-row .icon > img {
    height: 100%; }
#website .img-row > div:last-child .icon {
  padding-top: 38px;
  padding-bottom: 38px; }

/*
** HOTFIXES FOR TEXT-ALIGN, MARGIN & PADDING
*/
@media (max-width: 991px) {
  #website h2 + p.pad-lr-60 {
    padding-left: 0;
    padding-right: 0; }

  #website .col-lg-4.col-xs-12 h3 + p {
    margin-bottom: 60px; } }
#website .hotfix-row .content-wrap.first {
  padding-top: 0 !important; }
  #website .hotfix-row .content-wrap.first.left {
    padding-top: 0 !important; }

#website .col-lg-4.col-xs-12 .icon {
  border: 0; }

.text-link, #website footer section.masthead.footer .copyright a {
  color: #0582a8; }
  .text-link:hover, #website footer section.masthead.footer .copyright a:hover {
    opacity: 0.9;
    text-decoration: underline; }

#website footer section.masthead.footer {
  background-color: #3e4144;
  text-align: center;
  position: relative; }
  #website footer section.masthead.footer .scroll-top-wrap {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #website footer section.masthead.footer .copyright {
    text-align: center;
    color: #dcdcdc;
    font-size: 12px;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 45px; }
    #website footer section.masthead.footer .copyright a {
      font-size: 12px;
      line-height: 20px; }
    #website footer section.masthead.footer .copyright div:last-of-type {
      padding: 4px 0px 8px; }

/*# sourceMappingURL=addon.css.map */


/*
***
*/

   svg {
                width:60%;
                margin-top:15px;
            }
            .icon {
                border:0px solid #606061;
            }
            .carousel-control.right, .carousel-control.left {
                background-image:none;
            }
            .carousel-control.right {
                right:-15px; 
            }
            .carousel-control.right > span {
                background-image:url(http://www.item24.de/typo3conf/ext/typo3sz_assets/Resources/Public/Images/Svg/item_arrow.svg);
                display:block;
                width:25px;
                height:25px;
            }
            .carousel-control.left {
                left:-15px;
            }
            .carousel-control {
                width:3%!important;
            }
            .carousel-indicators {
                display:none !important;
            }
            .black {
                background-color:#606061;
                color:#cccccc !important;
            }
            .black h3, .black h3 span {
                color:#ccc !important;
            }
            .item {
                    padding: 0 15px;
            }
            .item .content-wrap.left {
                    padding-left: 25px !important;
            }
            @media all and (max-width:991px) {
                .item .content-wrap.left {
                    padding-left: 15px !important;
                }
            }
            .banner {
                
                background-image:url('img/item-engineeringtool-konstrukteur-lp-header-freigestellt.png');
                background-size:41%;
                background-position-x:right;
                    background-position-y: bottom;
            }
            .banner-wrap {
                background-image:url('img/item-engineeringtool-konstruktion-lp-header.png');
                background-size:36%;
                height:auto;
                background-position-x:65%;
            }         